home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 18
/
Silicon_Graphics_hot mix 18.iso
/
html
/
vendors
/
charybda
/
software
/
install.csh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-12-31
|
280 b
|
13 lines
#!/bin/csh -f
echo " "
echo "You do not appear to have the"
echo "Charybda Diver demo installed."
echo " "
echo "Would you like to install it (y/n)?: \c"
set ans=($<)
if ( $ans != 'y' ) then
exit
else
$HOTMIXDIR/html/vendors/charybda/software/InstallIt.csh
endif